Vcenter Authorization Permissions ListResult

Vcenter Authorization Permissions ListResult
Vcenter Authorization Permissions ListResult

The Vcenter Authorization Permissions ListResult schema contains information about the authorization permissions defined in the vCenter Server.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "items": [
        {
            "permission": "string",
            "info": {
                "object": {
                    "type": "string",
                    "id": "string"
                },
                "principal": {
                    "type": "string",
                    "name": "string",
                    "domain": "string"
                },
                "role": "string",
                "propagating": false
            }
        }
    ],
    "marker": "string"
}
items
Required

The permissions that match the specifiedVcenter Authorization Permissions FilterSpec and Vcenter Authorization Permissions IterationSpec in lexicographical order.

This property was added in vSphere API 9.0.0.0.

string
marker
Optional

An opaque marker indicating the last returned permission. If there are more permissions collected than were returned, the next ones can be retrieved directly by passing this value to another call to #list.

This property was added in vSphere API 9.0.0.0.

If missing or null then all of the currently available permissions have been returned.